home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 5: The Fifth Dimension / 17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso / s / dnet.config next >
Text File  |  1994-02-11  |  2KB  |  73 lines

  1.  
  2. LOGF ram:dnet.log
  3.  
  4. # Commands to set the baud rate, determined by messages that occur
  5. # before carrier detect.  Only scanned if -a option used
  6.  
  7. # REMOVED ... not all modems mean 300 for this
  8. #AUTA 300    "CONNECT"
  9. AUTA 300    "CONNECT 300"
  10. AUTA 1200   "CONNECT 1200"
  11. AUTA 2400   "CONNECT 2400"
  12. AUTA 9600   "CONNECT 9600"
  13. AUTA 19200  "CONNECT 19200"
  14.  
  15. # Commands to Reset the Modem.    Only scanned if -a option used
  16.  
  17. RESM AT
  18. RESM AT
  19. RESM ATS0=2
  20. DISM +++
  21.  
  22. # Auto-Reset enviroment variable security level to this (DNET_LEVEL)
  23. #
  24. #   The default is ENVO.  The -a option for DNET selects ENVA, -X selects
  25. #   ENVM.  Note that the default assumes a hostile enviroment.
  26. #
  27. # ENVA    -auto answer (-a) option enviroment
  28. # ENVO    -originate (you are dialing up somebody else) option enviroment
  29. # ENVM    -manual (no -a) option enviroment
  30. #
  31. #   LEVEL   overall access rights
  32. #   READ    basic access rights for reading files from this machine
  33. #   WRITE   basic access rights for writing files to this machine
  34.  
  35. ENVA DNET_LEVEL     0
  36. ENVA DNET_READ        0
  37. ENVA DNET_WRITE     0
  38.  
  39. ENVO DNET_LEVEL     1
  40. ENVO DNET_READ        1
  41. ENVO DNET_WRITE     1
  42.  
  43. ENVM DNET_LEVEL     9
  44. ENVM DNET_READ        9
  45. ENVM DNET_WRITE     9
  46.  
  47.  
  48. #   BBS control files
  49. #
  50. #   BITL : Idle time limit (no activity), seconds (normally 5 min)
  51. #   BSTL : Base session time limit, minutes (modified by user entry), 30.
  52. #   BLOG : log file
  53. #   BMEN : Menu control file
  54. #   BUSR : User Information control file (information fields)
  55. #   BMSG : Message control file
  56. #   BFIL : DL/UL control file
  57.  
  58. BITL    300
  59. BSTL    30
  60. BLOG    dnet:bbs/bbs.log
  61. BMEN    dnet:bbs/menu.ctl
  62. BMSG    dnet:bbs/message.ctl
  63. BFIL    dnet:bbs/file.ctl
  64. BUSR    dnet:bbs/userinfo.ctl
  65.  
  66. #   SPASSWD server
  67. #
  68. #USER charlie abcd 9 9 9
  69. #   etc...  numbers or for DNET_READ, DNET_WRITE, and DNET_LEVEL env. vars.
  70.  
  71. USER    bounce    -        0 0 0
  72.  
  73.